home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGPRINTER / TDLGPRINTER.txt
Text File  |  2004-12-09  |  7KB  |  301 lines

  1. object dlgPrinter: TdlgPrinter
  2.   Left = 683
  3.   Top = 240
  4.   HelpContext = 307
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print Image'
  8.   ClientHeight = 414
  9.   ClientWidth = 616
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Optiongrp: TGroupBox
  25.     Left = 8
  26.     Top = 220
  27.     Width = 305
  28.     Height = 153
  29.     Caption = 'Options'
  30.     TabOrder = 2
  31.     object Label2: TLabel
  32.       Left = 16
  33.       Top = 98
  34.       Width = 68
  35.       Height = 13
  36.       Caption = 'Page Margins:'
  37.     end
  38.     object Label4: TLabel
  39.       Left = 24
  40.       Top = 121
  41.       Width = 72
  42.       Height = 13
  43.       Alignment = taRightJustify
  44.       AutoSize = False
  45.       Caption = 'Horizontal:'
  46.     end
  47.     object lblPerc1: TLabel
  48.       Left = 156
  49.       Top = 121
  50.       Width = 8
  51.       Height = 13
  52.       Caption = '%'
  53.     end
  54.     object Label7: TLabel
  55.       Left = 168
  56.       Top = 121
  57.       Width = 48
  58.       Height = 13
  59.       Alignment = taRightJustify
  60.       AutoSize = False
  61.       Caption = 'Vertical:'
  62.     end
  63.     object lblPerc2: TLabel
  64.       Left = 276
  65.       Top = 121
  66.       Width = 8
  67.       Height = 13
  68.       Caption = '%'
  69.     end
  70.     object lblOutputQuality: TLabel
  71.       Left = 16
  72.       Top = 73
  73.       Width = 59
  74.       Height = 13
  75.       Caption = 'Print Quality:'
  76.     end
  77.     object chkAutoOrient: TCheckBox
  78.       Left = 216
  79.       Top = 12
  80.       Width = 81
  81.       Height = 17
  82.       Hint = 
  83.         'If this option is set then Smart Pix will automatically select P' +
  84.         'ortrait or Landscape printing in order to give you the largest p' +
  85.         'ossible image'
  86.       Caption = 'Automatically choose best orientation for printing'
  87.       TabOrder = 0
  88.       Visible = False
  89.       OnClick = chkAutoOrientClick
  90.     end
  91.     object chkCentreImage: TCheckBox
  92.       Left = 16
  93.       Top = 23
  94.       Width = 281
  95.       Height = 17
  96.       Hint = 'If checked then the image will be centered within the page'
  97.       Caption = 'Center Image within Page'
  98.       TabOrder = 1
  99.       OnClick = chkCentreImageClick
  100.     end
  101.     object spnHorzBorder: TSpinEdit
  102.       Left = 104
  103.       Top = 116
  104.       Width = 49
  105.       Height = 22
  106.       Hint = 
  107.         'The proportion of the page that will be used as a margin on the ' +
  108.         'left and right of the page'
  109.       MaxValue = 20
  110.       MinValue = 0
  111.       TabOrder = 4
  112.       Value = 3
  113.       OnChange = chkCentreImageClick
  114.     end
  115.     object spnVertBorder: TSpinEdit
  116.       Left = 224
  117.       Top = 116
  118.       Width = 49
  119.       Height = 22
  120.       Hint = 
  121.         'The proportion of the page that will be used as a margin on the ' +
  122.         'top and bottom of the page'
  123.       MaxValue = 20
  124.       MinValue = 0
  125.       TabOrder = 5
  126.       Value = 3
  127.       OnChange = chkCentreImageClick
  128.     end
  129.     object chkAddDescription: TCheckBox
  130.       Left = 16
  131.       Top = 48
  132.       Width = 281
  133.       Height = 17
  134.       Hint = 'If checked the filename will be printed above the file'
  135.       Caption = 'Print the filename above the image'
  136.       TabOrder = 2
  137.     end
  138.     object cmbOutputQuality: TComboBox
  139.       Left = 104
  140.       Top = 69
  141.       Width = 145
  142.       Height = 21
  143.       Hint = 
  144.         'Allows you to specify the output quality in order to optimize pr' +
  145.         'inting quality and speed'
  146.       Style = csDropDownList
  147.       ItemHeight = 13
  148.       TabOrder = 3
  149.     end
  150.   end
  151.   object Cancelbtn: TsitBitBtn
  152.     Left = 525
  153.     Top = 380
  154.     Width = 83
  155.     Height = 25
  156.     Cancel = True
  157.     Caption = 'Cancel'
  158.     ModalResult = 2
  159.     TabOrder = 6
  160.     Images = frmMain.ImageList1
  161.     ImageIndex = 1
  162.   end
  163.   object OKbtn: TsitBitBtn
  164.     Left = 437
  165.     Top = 380
  166.     Width = 83
  167.     Height = 25
  168.     Caption = 'OK'
  169.     Default = True
  170.     TabOrder = 5
  171.     OnClick = OKbtnClick
  172.     Images = frmMain.ImageList1
  173.     ImageIndex = 0
  174.   end
  175.   object grpPrinter: TGroupBox
  176.     Left = 323
  177.     Top = 8
  178.     Width = 286
  179.     Height = 89
  180.     Caption = 'Printer'
  181.     TabOrder = 3
  182.     object NumLabel: TLabel
  183.       Left = 16
  184.       Top = 59
  185.       Width = 86
  186.       Height = 13
  187.       Caption = 'Number of copies:'
  188.     end
  189.     object PrintersCombo: TComboBox
  190.       Left = 16
  191.       Top = 21
  192.       Width = 257
  193.       Height = 24
  194.       Hint = 'Allows you to select which printer this image will be printed to'
  195.       Style = csOwnerDrawFixed
  196.       ItemHeight = 18
  197.       TabOrder = 0
  198.       OnChange = PrintersComboChange
  199.       OnDrawItem = PrintersComboDrawItem
  200.     end
  201.     object btnSetup: TsitBitBtn
  202.       Left = 190
  203.       Top = 54
  204.       Width = 83
  205.       Height = 25
  206.       Hint = 'Allows you to change the settings for the selected printer'
  207.       Caption = 'Setup..'
  208.       TabOrder = 2
  209.       OnClick = btnSetupClick
  210.       Images = frmMain.ilstButtons16
  211.       ImageIndex = 53
  212.     end
  213.     object spnCopies: TSpinEdit
  214.       Left = 107
  215.       Top = 54
  216.       Width = 41
  217.       Height = 22
  218.       Hint = 'The number of times the image will be printed'
  219.       MaxValue = 999
  220.       MinValue = 1
  221.       TabOrder = 1
  222.       Value = 1
  223.     end
  224.   end
  225.   object grpPrintWhat: TGroupBox
  226.     Left = 8
  227.     Top = 8
  228.     Width = 305
  229.     Height = 89
  230.     Caption = 'What would you like to print?'
  231.     TabOrder = 0
  232.     object rdbPrintSelected: TRadioButton
  233.       Left = 16
  234.       Top = 25
  235.       Width = 249
  236.       Height = 17
  237.       Hint = 
  238.         'If this is selected then the image currently displayed in the ma' +
  239.         'in image window will be printed'
  240.       Caption = 'Print the selected image(s)'
  241.       Checked = True
  242.       TabOrder = 0
  243.       TabStop = True
  244.       OnClick = PrintTypeChangeClick
  245.     end
  246.     object rdbPrintAllSlideshow: TRadioButton
  247.       Left = 16
  248.       Top = 53
  249.       Width = 273
  250.       Height = 17
  251.       Caption = 'Print the entire slideshow'
  252.       TabOrder = 1
  253.       OnClick = PrintTypeChangeClick
  254.     end
  255.   end
  256.   object grpPreview: TGroupBox
  257.     Left = 323
  258.     Top = 103
  259.     Width = 286
  260.     Height = 270
  261.     Caption = 'Print Preview'
  262.     TabOrder = 4
  263.     object lblPrintSize: TLabel
  264.       Left = 14
  265.       Top = 247
  266.       Width = 51
  267.       Height = 13
  268.       Caption = 'lblPrintSize'
  269.     end
  270.     object chkpreview: TCheckBox
  271.       Left = 16
  272.       Top = 19
  273.       Width = 193
  274.       Height = 17
  275.       Caption = 'Show Preview'
  276.       TabOrder = 0
  277.       OnClick = chkpreviewClick
  278.     end
  279.     object pnlPreview: TPanel
  280.       Left = 40
  281.       Top = 42
  282.       Width = 209
  283.       Height = 193
  284.       BevelOuter = bvNone
  285.       TabOrder = 1
  286.       object pnlpage: TPanel
  287.         Left = 24
  288.         Top = 0
  289.         Width = 137
  290.         Height = 175
  291.         Color = clWhite
  292.         Ctl3D = True
  293.         ParentCtl3D = False
  294.         TabOrder = 0
  295.         object ImageEnView1: TImage
  296.           Left = 8
  297.           Top = 8
  298.           Width = 97
  299.           Height = 121
  300.           Center = True
  301.           Picture.Data = {07544269746D617000000000}